Parameter Value Lists
balance_type_list
Possible values:
balance_type_group
,balance_type_node
andbalance_type_none
The balance_type_list parameter value list contains the possible values for the balance_type parameter.
boolean_value_list
Possible values:
false
andtrue
A list of boolean values (True or False).
commodity_physics_list
Possible values:
commodity_physics_lodf
,commodity_physics_none
andcommodity_physics_ptdf
commodity_physics_list
holds the possible values for the commodity parameter commodity_physics parameter. See commodity_physics for more details## connection_investment_variable_type_list
Possible values:
connection_investment_variable_type_continuous
andconnection_investment_variable_type_integer
The connection_investment_variable_type_list holds the possible values for the type of a connection's investment variable which may be chosen between integer or continuous.
connection_type_list
Possible values:
connection_type_lossless_bidirectional
andconnection_type_normal
connection_type_list
holds the possible values for the connection_type parameter. See connection_type for more details
constraint_sense_list
Possible values:
<=
,==
and>=
The constraint_sense_list parameter value list contains the possible values for the constraint_sense parameter.
db_lp_solver_list
Possible values:
CDCS.jl
,CDDLib.jl
,COSMO.jl
,CPLEX.jl
,CSDP.jl
,Clp.jl
,ECOS.jl
,GLPK.jl
,Gurobi.jl
,HiGHS.jl
,Hypatia.jl
,Ipopt.jl
,KNITRO.jl
,MadNLP.jl
,MosekTools.jl
,NLopt.jl
,OSQP.jl
,ProxSDP.jl
,SCIP.jl
,SCS.jl
,SDPA.jl
,SDPNAL.jl
,SDPT3.jl
,SeDuMi.jl
andXpress.jl
List of supported LP solvers which may be specified for the db_lp_solver_options parameter. The value must correspond exactly to the name of the Julia solver package (e.g. Clp.jl
) and is case sensitive.## db_mip_solver_list
Possible values:
CPLEX.jl
,Cbc.jl
,GLPK.jl
,Gurobi.jl
,HiGHS.jl
,Juniper.jl
,KNITRO.jl
,MosekTools.jl
,SCIP.jl
andXpress.jl
List of supported MIP solvers which may be specified for the db_mip_solver_options parameter. The value must correspond exactly to the name of the Julia solver package (e.g. Cbc.jl
) and is case sensitive.## duration_unit_list
Possible values:
hour
andminute
The duration_unit_list parameter value list contains the possible values for the duration_unit parameter.
model_algorithm_list
Possible values:
basic_algorithm
,mga_algorithm
andmonte_carlo_algorithm
model_type_list
Possible values:
spineopt_benders
,spineopt_other
andspineopt_standard
model_type_list
holds the possible values for the model parameter model_type parameter. See model_type for more details
node_opf_type_list
Possible values:
node_opf_type_normal
andnode_opf_type_reference
Houses the different possible values for the node_opf_type parameter. To identify the reference node, set node_opf_type
= :node_opf_type_reference
, while node_opf_type
= node_opf_type_normal
is the default value for non-reference nodes.
See also powerflow.
output_type_list
Possible values:
constraint_dual
,derived_parameter
,objective
,postprocess_value
,solving_info
,variable_reduced_cost
andvariable
storage_investment_variable_type_list
Possible values:
storage_investment_variable_type_continuous
andstorage_investment_variable_type_integer
unit_investment_variable_type_list
Possible values:
unit_investment_variable_type_continuous
andunit_investment_variable_type_integer
unit_investment_variable_type_list
holds the possible values for the type of a unit
's investment variable which may be chosen from integer, binary or continuous.
unit_online_variable_type_list
Possible values:
unit_online_variable_type_binary
,unit_online_variable_type_integer
,unit_online_variable_type_linear
andunit_online_variable_type_none
unit_online_variable_type_list
holds the possible values for the type of a unit's commitment status variable which may be chosen from binary, integer, or linear.
write_mps_file_list
Possible values:
write_mps_always
,write_mps_never
andwrite_mps_on_no_solve
This parameter value list is deprecated and will be removed in a future version.
Houses the different values for the write_mps_file parameter. Possible values include write_mps_always
, write\_mps\_on\_no\_solve
, and write\_mps\_never
.